Click here to Skip to main content
15,914,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: still wnat to ask_Re: Manipulate text file Pin
Anonymous2-Sep-04 0:47
Anonymous2-Sep-04 0:47 
GeneralRe: still wnat to ask_Re: Manipulate text file Pin
V.2-Sep-04 1:21
professionalV.2-Sep-04 1:21 
GeneralRe: still wnat to ask_Re: Manipulate text file Pin
chauteen2-Sep-04 16:22
chauteen2-Sep-04 16:22 
GeneralRe: still wnat to ask_Re: Manipulate text file Pin
V.2-Sep-04 20:59
professionalV.2-Sep-04 20:59 
QuestionAre there good WMI samples, articles, books ? Pin
vgrigor117-Jun-04 0:37
vgrigor117-Jun-04 0:37 
AnswerRe: Are there good WMI samples, articles, books ? Pin
Antony M Kancidrowski17-Jun-04 1:52
Antony M Kancidrowski17-Jun-04 1:52 
Generalbatch file for setting env variables Pin
John Oliver17-Jun-04 0:05
John Oliver17-Jun-04 0:05 
GeneralRe: batch file for setting env variables Pin
David Crow17-Jun-04 3:15
David Crow17-Jun-04 3:15 
The file vcvars32.bat, located in the C:\Program Files\Microsoft Visual Studio\VC98\Bin folder, looks like:

@echo off
rem
rem Root of Visual Developer Studio Common files.
set VSCommonDir=C:\Program Files\MICROS~3\Common
 
rem
rem Root of Visual Developer Studio installed files.
rem
set MSDevDir=C:\Program Files\MICROS~3\Common\msdev98
 
rem
rem Root of Visual C++ installed files.
rem
set MSVCDir=C:\Program Files\MICROS~3\VC98
 
rem
rem VcOsDir is used to help create either a Windows 95 or Windows NT specific path.
rem
set VcOsDir=WIN95
if "%OS%" == "Windows_NT" set VcOsDir=WINNT
 
rem
echo Setting environment for using Microsoft Visual C++ tools.
rem
 
if "%OS%" == "Windows_NT" set PATH=%MSDevDir%\BIN;%MSVCDir%\BIN;%VSCommonDir%\TOOLS\%VcOsDir%;%VSCommonDir%\TOOLS;%PATH%
if "%OS%" == "" set PATH="%MSDevDir%\BIN";"%MSVCDir%\BIN";"%VSCommonDir%\TOOLS\%VcOsDir%";"%VSCommonDir%\TOOLS";"%windir%\SYSTEM";"%PATH%"
set INCLUDE=%MSVCDir%\ATL\INCLUDE;%MSVCDir%\INCLUDE;%MSVCDir%\MFC\INCLUDE;%INCLUDE%
set LIB=%MSVCDir%\LIB;%MSVCDir%\MFC\LIB;%LIB%
 
set VcOsDir=
set VSCommonDir=




"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen


GeneralRe: batch file for setting env variables Pin
John Oliver17-Jun-04 3:39
John Oliver17-Jun-04 3:39 
QuestionAny idea on this simple application? Pin
Nelson L.16-Jun-04 22:25
Nelson L.16-Jun-04 22:25 
AnswerRe: Any idea on this simple application? Pin
John Oliver17-Jun-04 0:08
John Oliver17-Jun-04 0:08 
GeneralON_COMMAND_RANGE problem Pin
ThatsAlok16-Jun-04 22:20
ThatsAlok16-Jun-04 22:20 
GeneralRe: ON_COMMAND_RANGE problem Pin
Cedric Moonen16-Jun-04 23:24
Cedric Moonen16-Jun-04 23:24 
Generaloperator- in Date Class Pin
foxele16-Jun-04 21:35
foxele16-Jun-04 21:35 
GeneralRe: operator- in Date Class Pin
V.16-Jun-04 22:00
professionalV.16-Jun-04 22:00 
GeneralRe: operator- in Date Class Pin
John Oliver17-Jun-04 2:12
John Oliver17-Jun-04 2:12 
GeneralRe: operator- in Date Class Pin
John Oliver17-Jun-04 0:20
John Oliver17-Jun-04 0:20 
GeneralActiveX Registration Pin
marcomars16-Jun-04 21:31
marcomars16-Jun-04 21:31 
QuestionDoes ALU inside the cpu handle floating point? or cpu will let the FPU handle it? Pin
Link260016-Jun-04 21:16
Link260016-Jun-04 21:16 
AnswerRe: Does ALU inside the cpu handle floating point? or cpu will let the FPU handle it? Pin
Link260017-Jun-04 14:44
Link260017-Jun-04 14:44 
GeneralRun Windows Installer in background Pin
Peter Nirschl16-Jun-04 20:44
Peter Nirschl16-Jun-04 20:44 
GeneralRe: Run Windows Installer in background Pin
Blake Miller17-Jun-04 4:14
Blake Miller17-Jun-04 4:14 
GeneralRe: Run Windows Installer in background Pin
Peter Nirschl17-Jun-04 4:41
Peter Nirschl17-Jun-04 4:41 
GeneralRe: Run Windows Installer in background Pin
Blake Miller17-Jun-04 4:45
Blake Miller17-Jun-04 4:45 
QuestionHow to use msadox.dll and msado15.dll together in same file Pin
Kaustubh_deo16-Jun-04 20:05
Kaustubh_deo16-Jun-04 20:05 

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.