Hello,
After installing TI Code Composer on my computer (it happens on XP 32-bit and also Win7-64bit), I can't seem to compile dlls and distribute to customers.
I tried uninstalling and reinstalling VS 2005 (including Service Pack), but to no avail.
The dll works on the computer that has the Visual Studio C++ 2005 environment. It can be loaded and the application runs well.
On another computer, though, the dll cannot be loaded:
hDll = LoadLibrary(TEXT("MyProgram.dll"));
This line fails to load. hDll returns with NULL.
If I compile another project which yields MyProgram.ax - it cannot be registered on another computer (regsvr32.exe).
As I mentioned, the same exact source code, when compiled on a computer without the TI CodeComposer environment can be compiled (dll and ax) and also distributed to customers.
Please tell me how to fix this.
Thanks,
Mechi