So you're mixing managed and native code? Ummmm...I've never seen code like this...can you even do that? I was thinking that one couldn't do that without the #managed #unmanaged pragmas etc., but I might be wrong...
Anyway, if it was all C++, you'd need to declare your xx function before your main. That should solve the unresolved symbols problem.
So you're mixing managed and native code? Ummmm...I've never seen code like this...can you even do that? I was thinking that one couldn't do that without the #managed #unmanaged pragmas etc., but I might be wrong...
Anyway, if it was all C++, you'd need to declare your xx function before your main. That should solve the unresolved symbols problem.
void xx(string Website);
Sorry I couldn't be of more help...
Hmm, Ive Cleaned evey error but cant Debug the App because its configuration is incorrectly
but doesnt mather cause i have the code working in c#