hi,
most probably u have not included the relevant *.lib file.
u are probably using functions whose implementation is in these file or dll's. find out the .lib file associated with your functions. And specify it in project->settings-> in the link tab, under object/ library modules add the .lib...
hi cp3876,
yep got the answer..
don't import comsvcs.dll. specify "comsvcs.lib" in your project settings->link tab, under object/library modules.
also #include <comsvcs.h>
if using "CoInitializeEx" specify the "_WIN32_DCOM" preprocessor definition in the C/C++ tab...
hi,
anyone tried to use com+ in vc++ 6.0? I can't seem to import the comsvcs.dll.
also couldn't find the iid's and clsid's to use com+ without smart pointers. Anyone else got this problem? -or an answer to it? -=$umedha=-
hi,
the following function does not return the text in a edit box control. Anyone know any other way to get the text in an edit box control? I'm not using MFC. "SetWindowText" works fine, only "GetWindowText" does not work.
int GetWindowText(
HWND hWnd, // handle to...
hi,
anyone tried to use com+ in vc++ 6.0? I can't seem to import the comsvcs.dll.
also couldn't find the iid's and clsid's to use com+ without smart pointers. Anyone else got this problem? -or an answer to it? -=$umedha=-
hi,<br>I'm new to vc++. using vc++6.<br>I want to display the contents of a text file in an edit box. I used the following code. but cannot seem to get the entire file (which is very small) to a single variable.<br><br>CString tempvar;<br>while...
hi,<br>I'm new to vc++. using vc++6.<br>I want to display the contents of a text file in an edit box. I used the following code. but cannot seem to get the entire file (which is very small) to a single variable.<br><br>CString tempvar;<br>while...
hi,<br>I'm new to vc++. using vc++6.<br>I want to display the contents of a text file in an edit box. I used the following code. but cannot seem to get the entire file (which is very small) to a single variable.<br><br>CString tempvar;<br>while...
Hi,<br>using VC++6, new to Vc++.<br>dialog based MFC application.<br><br>first<br>I have designed a combo box and entered data.<br>I want the first data item to be selected when by default, when the form loads.<br>how do you do this?<br>also how do you assign the selected item to a...
hi,<br>how do you display an icon on a button?<br>I have a Icon as "andy.ico"<br>I want to display this icon on a button.<br>can someone please send me the code snippet?<br>I'm using VC++ 6.<br>(I experimented with SetIcon, SetBitmap but couldn't get it to work.)<br>Sumedha
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.