Click here to Skip to main content
15,921,716 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Transferring files via Direct Cable Connect Pin
Mike Nordell15-Jan-03 23:02
Mike Nordell15-Jan-03 23:02 
GeneralRe: Transferring files via Direct Cable Connect Pin
Still learning how to code16-Jan-03 2:42
Still learning how to code16-Jan-03 2:42 
GeneralRe: Transferring files via Direct Cable Connect Pin
Mike Nordell16-Jan-03 8:32
Mike Nordell16-Jan-03 8:32 
GeneralRe: Transferring files via Direct Cable Connect Pin
Still learning how to code16-Jan-03 21:40
Still learning how to code16-Jan-03 21:40 
Questionautomatic registering DLL??? Pin
xxhimanshu15-Jan-03 0:11
xxhimanshu15-Jan-03 0:11 
AnswerRe: automatic registering DLL??? Pin
jmkhael15-Jan-03 1:15
jmkhael15-Jan-03 1:15 
GeneralRe: automatic registering DLL??? Pin
xxhimanshu15-Jan-03 1:24
xxhimanshu15-Jan-03 1:24 
GeneralRe: automatic registering DLL??? Pin
AlexO15-Jan-03 2:43
AlexO15-Jan-03 2:43 
You have several options
1. Microsoft MSI
a. Use VC7 to create setup
b. Use InstallShield to create MSI installation
c. use Wize to create MSI installation
2. Create CAB file
a. Use VC7 to create setup
b. Use InstallShield to create CAB File(I am not sure new IS supports it)
c. use Wize to create CAB installation
3. Use WinZip self extracting capabilities
4. create .bat file

The keywords to search on MSDN : MSI, CAB, install
The keywords to search on Internet : Installshield, Wize, WinZip

GeneralRe: automatic registering DLL??? Pin
Alvaro Mendez15-Jan-03 5:11
Alvaro Mendez15-Jan-03 5:11 
Generaladd-ins in c++ using the DTE-object Pin
schaereran@gmx.net14-Jan-03 23:54
schaereran@gmx.net14-Jan-03 23:54 
GeneralRe: add-ins in c++ using the DTE-object Pin
xxhimanshu15-Jan-03 0:09
xxhimanshu15-Jan-03 0:09 
GeneralRe: add-ins in c++ using the DTE-object Pin
schaereran@gmx.net15-Jan-03 1:35
schaereran@gmx.net15-Jan-03 1:35 
GeneralRe: add-ins in c++ using the DTE-object Pin
Alvaro Mendez15-Jan-03 5:19
Alvaro Mendez15-Jan-03 5:19 
GeneralDDX and DDV with variables gives a parsing error... Pin
Joan M14-Jan-03 23:54
professionalJoan M14-Jan-03 23:54 
GeneralRe: DDX and DDV with variables gives a parsing error... Pin
Roger Allen on a course15-Jan-03 2:35
sussRoger Allen on a course15-Jan-03 2:35 
GeneralRe: DDX and DDV with variables gives a parsing error... Pin
Joan M15-Jan-03 19:40
professionalJoan M15-Jan-03 19:40 
Generalmonitoring file system Pin
ValentinR14-Jan-03 23:22
ValentinR14-Jan-03 23:22 
GeneralRe: monitoring file system Pin
xxhimanshu14-Jan-03 23:49
xxhimanshu14-Jan-03 23:49 
GeneralRe: monitoring file system Pin
Dominik Reichl15-Jan-03 0:42
Dominik Reichl15-Jan-03 0:42 
GeneralRe: monitoring file system Pin
ValentinR15-Jan-03 0:51
ValentinR15-Jan-03 0:51 
GeneralRe: monitoring file system Pin
AlexO15-Jan-03 2:56
AlexO15-Jan-03 2:56 
GeneralTimeouts - Serial communication Pin
Daniel Strigl14-Jan-03 22:10
Daniel Strigl14-Jan-03 22:10 
GeneralRe: Timeouts - Serial communication Pin
Fredrik Skog15-Jan-03 1:23
Fredrik Skog15-Jan-03 1:23 
GeneralRe: Timeouts - Serial communication Pin
KarstenK16-Jan-03 0:58
mveKarstenK16-Jan-03 0:58 
GeneralGraphs and Charts Pin
Matthew R. Miller14-Jan-03 20:48
Matthew R. Miller14-Jan-03 20:48 

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.