Click here to Skip to main content
15,922,533 members
Home / Discussions / COM
   

COM

 
QuestionWho can tell me GUIDGEN.EXE three item mean? Pin
Peng Yao29-Dec-03 21:55
sussPeng Yao29-Dec-03 21:55 
AnswerRe: Who can tell me GUIDGEN.EXE three item mean? Pin
geo_m30-Dec-03 0:24
geo_m30-Dec-03 0:24 
Generalmidl problems Pin
Tristan Rhodes28-Dec-03 6:05
Tristan Rhodes28-Dec-03 6:05 
GeneralRe: midl problems Pin
Stefan Pedersen28-Dec-03 6:19
Stefan Pedersen28-Dec-03 6:19 
GeneralRe: midl problems Pin
Tristan Rhodes28-Dec-03 6:40
Tristan Rhodes28-Dec-03 6:40 
Generalvcvars.bat - Not recognised Pin
Tristan Rhodes28-Dec-03 6:46
Tristan Rhodes28-Dec-03 6:46 
GeneralNever Mind Pin
Tristan Rhodes28-Dec-03 6:52
Tristan Rhodes28-Dec-03 6:52 
GeneralRe: midl problems Pin
Heath Stewart28-Dec-03 7:02
protectorHeath Stewart28-Dec-03 7:02 
It does what I was telling you about in the C# forum - it sets the BIN, INCLUDE, and LIB env. vars. to directories associated with VS.NET (including its common directories, the PSDK (if installed with VS.NET), and the Framework SDK). It also sets up a few more helpful things.

Setting all these in your user or system env. vars. is even better, though, because then you don't have to worry about starting a command prompt with a certain batch script like the vcvars32.bat script. This way, any programming application that uses the env. vars. for such a thing and any command prompt you start (no matter how you start it) knows where to find executables (PATH), headers (INCLUDE), and libraries (LIB). The same goes for directories and JAR packages for Java (CLASSPATH).

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: midl problems Pin
Jörgen Sigvardsson29-Dec-03 11:49
Jörgen Sigvardsson29-Dec-03 11:49 
GeneralCOM returns an ADO Connection Pin
Hesham Amin27-Dec-03 10:48
Hesham Amin27-Dec-03 10:48 
GeneralSolved Pin
Hesham Amin28-Dec-03 23:46
Hesham Amin28-Dec-03 23:46 
GeneralPassing HWND from a MDI app to a activeX control Pin
Sunil122127-Dec-03 1:39
Sunil122127-Dec-03 1:39 
GeneralRe: Passing HWND from a MDI app to a activeX control Pin
Abhishek Srivastava28-Dec-03 21:34
Abhishek Srivastava28-Dec-03 21:34 
GeneralCOM interface: EnumFormatEtc Pin
Tristan Rhodes23-Dec-03 8:46
Tristan Rhodes23-Dec-03 8:46 
GeneralRe: COM interface: EnumFormatEtc Pin
Stefan Pedersen27-Dec-03 10:59
Stefan Pedersen27-Dec-03 10:59 
GeneralRe: COM interface: EnumFormatEtc Pin
Jörgen Sigvardsson6-Jan-04 6:25
Jörgen Sigvardsson6-Jan-04 6:25 
GeneralRegister an exe COM server Pin
User 78226222-Dec-03 22:58
professionalUser 78226222-Dec-03 22:58 
GeneralRe: Register an exe COM server Pin
valikac26-Dec-03 5:39
valikac26-Dec-03 5:39 
Generalextern "C" DllExport Function crashing Pin
Kishor Morkhandikar22-Dec-03 19:56
Kishor Morkhandikar22-Dec-03 19:56 
GeneralRe: extern "C" DllExport Function crashing Pin
Sebastián Benítez23-Dec-03 0:24
Sebastián Benítez23-Dec-03 0:24 
GeneralRe: extern "C" DllExport Function crashing Pin
Lim Bio Liong26-Dec-03 20:17
Lim Bio Liong26-Dec-03 20:17 
GeneralProblems passing a DISPPARAMS structure to IDispatch::Invoke Pin
Dark Magus22-Dec-03 17:39
Dark Magus22-Dec-03 17:39 
GeneralRe: Problems passing a DISPPARAMS structure to IDispatch::Invoke Pin
Vi223-Dec-03 23:36
Vi223-Dec-03 23:36 
GeneralRe: Problems passing a DISPPARAMS structure to IDispatch::Invoke Pin
Dark Magus25-Dec-03 11:34
Dark Magus25-Dec-03 11:34 
GeneralRe: Problems passing a DISPPARAMS structure to IDispatch::Invoke Pin
Vi225-Dec-03 19:21
Vi225-Dec-03 19:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.