Quote:
Originally Posted by rhythm48
how do i force run the program to do x86?
|
Not sure if you can do it in Visual C# Express, however in Visual Studios if you go to "Build" (at the top) -> "Configuration Manager..." -> "Any CPU" -> "<New...>" -> Set "New Platform" to "x86" and leave "Copy settings from" as "Any CPU" and press "OK" then "Close". Finally, build program and it will output it to "\bin\x86\debug" or "\bin\x86\release".
If you're using like ManagedOpenSSL.dll (or something like that), it wraps to libay32.dll, which the 32 in that name represents it's a 32-bit DLL.