LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default Using C++ dll in Excel

Where do you check those options? Does your DLL work on computers that do not
have VS2005 installed?

Thanks
Vincent

"BigBrother" wrote:

Ahasverus,

It works!!!! Thanks a lot!!! Whoever you are, you are a good person!!!:))

"Ahasverus" wrote:


Hello,

Try to compile your DLL with the /Mt (release mode) or /Mtd (debug mode) option.
This will link your DLL statically with the runtime C++ library. Otherwise,
the DLL can't work if the runtime MSVCR80.dll is not present on the PC.

HTH

BigBrother a écrit :
Hi,

I built a .dll in VS2005/C++ for MS-Excel. It works fine on my PC and
other PC's that have the same VS2005/C++. It does not work on PCs that do
not have VS2005/C++ or even on my PC when I uninstall VS2005/C++. Any
suggestions on how to fix this?

Thanks a ton!




 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"