Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~936 People Reached
Favorite Forums
Favorite Tags
c++ x 14
Member Avatar for m_meena

Hi, during the build of my code, i m getting the following error error LNK2001: unresolved external symbol __imp__QueryServiceStatusEx@20 i have included the library file advapi32.lib in project --> settings. but still the error is same. any pointers?? TIA

Member Avatar for toko
0
63
Member Avatar for m_meena

Hi all, I have created a batch file to build a set of VC++ projects. Presently, if any one project fails to build, next command is executed (that is next project is build). I want to add a check in the batch file which stops its execution if any of …

Member Avatar for Ancient Dragon
0
95
Member Avatar for m_meena

Hi all, I want to create a script file which builds my projects in VC++, C#, VB and .NET. When i build a component by command line it gives error for the dependent libraries. How can i give the option or specify path for the libraries and include files to …

Member Avatar for Narue
0
123
Member Avatar for m_meena

Hi all, how to get handle to a window whose name changes dynamically. I have tried using FindWindow() but here it searches for the window name which matches exactly to the string specified. I dont know the class Name for my window, i know only the window name(some part of …

Member Avatar for vijayan121
0
113
Member Avatar for m_meena

Hi, I have two exes, one is in C# and other in C++. The C++ exe is a windows service. i want to notify my C# executable with events occuring in the windows service. How can i call a c# code frm C++. The application is a simple form based …

Member Avatar for vijayan121
0
85
Member Avatar for m_meena

Hi, I have two exes, one is in C# and other in C++. The C++ exe is a windows service. i want to notify my C# executable with events occuring in the windows service. How can i call a c# code frm C++. The application is a simple form based …

Member Avatar for Hamrick
0
152
Member Avatar for m_meena

hi, i m building the code in VC++6.0. (win32 unicode debug) i m getting the following error in the RPC call error C2664: 'UuidToStringW' : cannot convert parameter 2 from 'unsigned char ** ' to 'unsigned short ** ' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or …

Member Avatar for Ancient Dragon
0
52
Member Avatar for m_meena

Hi, On building a windows service, i m getting the 57 errors and 11 warnings. All the errors are about structure redefinition. Given below are some of them. :\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\winsock2.h(112) : error C2011: 'fd_set' : 'struct' type redefinition C:\Program Files\Microsoft Platform SDK for …

Member Avatar for m_meena
0
253