Click here to Skip to main content
16,006,442 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generala hard question ---about using OpenDriver() Pin
gdzfy14-Jul-03 2:45
gdzfy14-Jul-03 2:45 
GeneralHide File/Folder Pin
vikramlinux14-Jul-03 2:41
vikramlinux14-Jul-03 2:41 
GeneralRe: Hide File/Folder Pin
David Crow14-Jul-03 3:13
David Crow14-Jul-03 3:13 
GeneralCSV class Pin
JensB14-Jul-03 2:26
JensB14-Jul-03 2:26 
GeneralCString questions Pin
johnstonsk14-Jul-03 2:21
johnstonsk14-Jul-03 2:21 
GeneralRe: CString questions Pin
Alexandru Savescu14-Jul-03 2:28
Alexandru Savescu14-Jul-03 2:28 
GeneralRe: CString questions Pin
Ryan Binns14-Jul-03 2:32
Ryan Binns14-Jul-03 2:32 
GeneralRe: CString questions Pin
David Crow14-Jul-03 3:17
David Crow14-Jul-03 3:17 
Ryan Binns wrote:
I seem to remember that your Names definition was an array of chars, in which case this would work.

Hmmm, I think it was an array of 45 char pointers, which made little sense since (!) the numeric members of that structure were NOT arrays.

Edit: Looks like we were both right. In one post he had

struct TSimHeader
{
    char Name[45];
    ...
}

and in another he had

struct TSimHeader
{
    char *Name[45];
    ...
}

GeneralRe: CString questions Pin
johnstonsk14-Jul-03 3:28
johnstonsk14-Jul-03 3:28 
GeneralRe: CString questions Pin
Ryan Binns14-Jul-03 3:58
Ryan Binns14-Jul-03 3:58 
GeneralRe: CString questions Pin
johnstonsk14-Jul-03 3:19
johnstonsk14-Jul-03 3:19 
GeneralRe: CString questions Pin
Ryan Binns14-Jul-03 3:24
Ryan Binns14-Jul-03 3:24 
GeneralRe: CString questions Pin
johnstonsk14-Jul-03 3:43
johnstonsk14-Jul-03 3:43 
GeneralModify the dialog look. + Accessing info. Pin
btsrinath14-Jul-03 2:06
btsrinath14-Jul-03 2:06 
GeneralInalidate Database when accessing MSAccess2K Pin
G. Steudtel14-Jul-03 1:57
G. Steudtel14-Jul-03 1:57 
GeneralRe: Inalidate Database when accessing MSAccess2K Pin
Joel Lucsy14-Jul-03 4:41
Joel Lucsy14-Jul-03 4:41 
GeneralRetrieve info reg processes using serial port Pin
haritadala14-Jul-03 1:48
haritadala14-Jul-03 1:48 
GeneralRe: Retrieve info reg processes using serial port Pin
Ryan Binns14-Jul-03 1:51
Ryan Binns14-Jul-03 1:51 
GeneralRe: Retrieve info reg processes using serial port Pin
Anonymous14-Jul-03 2:00
Anonymous14-Jul-03 2:00 
GeneralRe: Retrieve info reg processes using serial port Pin
jan larsen14-Jul-03 2:15
jan larsen14-Jul-03 2:15 
GeneralRe: Retrieve info reg processes using serial port Pin
Ryan Binns14-Jul-03 2:25
Ryan Binns14-Jul-03 2:25 
GeneralRe: Retrieve info reg processes using serial port Pin
haritadala14-Jul-03 2:58
haritadala14-Jul-03 2:58 
GeneralRe: Retrieve info reg processes using serial port Pin
Ryan Binns14-Jul-03 3:02
Ryan Binns14-Jul-03 3:02 
GeneralRe: Retrieve info reg processes using serial port Pin
haritadala14-Jul-03 3:30
haritadala14-Jul-03 3:30 
GeneralRe: Retrieve info reg processes using serial port Pin
Ryan Binns14-Jul-03 4:08
Ryan Binns14-Jul-03 4:08 

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.