Click here to Skip to main content
15,928,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Naveen27-Jun-06 1:58
Naveen27-Jun-06 1:58 
GeneralRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Toubou27-Jun-06 2:11
Toubou27-Jun-06 2:11 
GeneralRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Naveen27-Jun-06 2:16
Naveen27-Jun-06 2:16 
QuestionRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Hamid_RT27-Jun-06 2:03
Hamid_RT27-Jun-06 2:03 
AnswerRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Toubou27-Jun-06 2:12
Toubou27-Jun-06 2:12 
GeneralRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Hamid_RT27-Jun-06 2:20
Hamid_RT27-Jun-06 2:20 
AnswerRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Toubou28-Jun-06 0:24
Toubou28-Jun-06 0:24 
QuestionApplication Design Ideas Pin
AbhishekBK27-Jun-06 0:37
AbhishekBK27-Jun-06 0:37 
I write CAD software. I use C++. I am not very good at it!Frown | :(
And I have a question.Smile | :)

My software is need to manage, say, n number of AutoCAD files as one project. I extract the same kind of information from each drawing and keep it in another file for future use. I call this resulting files my Project file. From each drawing file I extract data that can be fit into a structure that looks like this:


typedef float point[2];<br />
struct FileData{<br />
      char  FileName[MAX_SIZE];<br />
      int   ElementHandles[A][B];<br />
      point ElementLocation[A][B];<br />
}


A project can have any number of files. I am currently using a vector of type FileData to store my info at runtime and write data to the project files as memory mapped file when I am done processing.
How do you guys suggest I do it? Any other ideas?

Abhishek

-- modified at 6:38 Tuesday 27th June, 2006
QuestionSetWindowsHookEx from NT Service Pin
kelt66627-Jun-06 0:37
kelt66627-Jun-06 0:37 
AnswerRe: SetWindowsHookEx from NT Service Pin
FarPointer27-Jun-06 0:50
FarPointer27-Jun-06 0:50 
GeneralRe: SetWindowsHookEx from NT Service Pin
kelt66627-Jun-06 3:45
kelt66627-Jun-06 3:45 
AnswerRe: SetWindowsHookEx from NT Service Pin
James R. Twine27-Jun-06 1:58
James R. Twine27-Jun-06 1:58 
GeneralRe: SetWindowsHookEx from NT Service Pin
sudeesh27-Jun-06 2:22
sudeesh27-Jun-06 2:22 
GeneralRe: SetWindowsHookEx from NT Service Pin
James R. Twine27-Jun-06 3:03
James R. Twine27-Jun-06 3:03 
GeneralRe: SetWindowsHookEx from NT Service Pin
sudeesh27-Jun-06 21:33
sudeesh27-Jun-06 21:33 
JokeRe: SetWindowsHookEx from NT Service Pin
James R. Twine28-Jun-06 13:23
James R. Twine28-Jun-06 13:23 
GeneralRe: SetWindowsHookEx from NT Service Pin
kelt66627-Jun-06 3:36
kelt66627-Jun-06 3:36 
GeneralRe: SetWindowsHookEx from NT Service Pin
James R. Twine27-Jun-06 6:50
James R. Twine27-Jun-06 6:50 
GeneralRe: SetWindowsHookEx from NT Service Pin
kelt66627-Jun-06 7:33
kelt66627-Jun-06 7:33 
GeneralRe: SetWindowsHookEx from NT Service Pin
James R. Twine27-Jun-06 14:33
James R. Twine27-Jun-06 14:33 
GeneralRe: SetWindowsHookEx from NT Service Pin
kelt66627-Jun-06 22:44
kelt66627-Jun-06 22:44 
Questionfile path Pin
amit.code27-Jun-06 0:22
amit.code27-Jun-06 0:22 
AnswerRe: file path Pin
FarPointer27-Jun-06 0:28
FarPointer27-Jun-06 0:28 
GeneralRe: file path Pin
amit.code27-Jun-06 1:24
amit.code27-Jun-06 1:24 
AnswerRe: file path Pin
Hamid_RT27-Jun-06 1:27
Hamid_RT27-Jun-06 1:27 

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.