I'm going to deploy my application cross-platform (my secret), but how am I able to programmitically add a reference by code rather doing it from the IDE?
Thanks in advance,
Printable View
I'm going to deploy my application cross-platform (my secret), but how am I able to programmitically add a reference by code rather doing it from the IDE?
Thanks in advance,
u cant
I don't know about your secret ;) but did you read about 'Plugin' if it serves your need ? This way you can reference your dll at runtime .
'your secret'? Right..... *cough*mono*cough*Quote:
Originally posted by Danny J
I'm going to deploy my application cross-platform (my secret), but how am I able to programmitically add a reference by code rather doing it from the IDE?
Thanks in advance,
wrong, incorrect :D . anywhose if you cant get that, then what is the equivalent of instr for C#? I can't find anything similar anywhere...
lol , it's not anymore . :D When someone says 'Cross-platform' it means Windows and Linux;)Quote:
Originally posted by kasracer
'your secret'? Right..... *cough*mono*cough*
+ OS X :)
It's IndexOf method .Quote:
Originally posted by Danny J
what is the equivalent of instr for C#? I can't find anything similar anywhere...
Ahh, so my program I linked you to worked good? Good to hear! :)Quote:
Originally posted by Danny J
wrong, incorrect :D .
IndexOfQuote:
Originally posted by Danny J
anywhose if you cant get that, then what is the equivalent of instr for C#? I can't find anything similar anywhere...
EDIT: beaten, damn
Uh.......Quote:
Originally posted by Pirate
lol , it's not anymore . :D When someone says 'Cross-platform' it means Windows and Linux;)
I'll always have a question, no matter what time it is :D
I want to put a resource in a file rather having a seperated resource. Like I want my app icon to be included with my startup module. The compiler I am going to use won't compile the project, only one class file (being that it is totally free, mind you). I want the resource to be included in the class file. Now HTF do I do that?