Click here to Skip to main content
15,913,090 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: set<int>::find crashing Pin
Paul M Watt2-Apr-02 14:06
mentorPaul M Watt2-Apr-02 14:06 
GeneralRe: set<int>::find crashing Pin
Cathy3-Apr-02 7:19
Cathy3-Apr-02 7:19 
GeneralRe: set<int>::find crashing Pin
Mike Nordell2-Apr-02 22:28
Mike Nordell2-Apr-02 22:28 
GeneralRe: set<int>::find crashing Pin
Cathy3-Apr-02 6:47
Cathy3-Apr-02 6:47 
GeneralRe: set<int>::find crashing Pin
Mike Nordell15-Apr-02 12:48
Mike Nordell15-Apr-02 12:48 
GeneralRe: set<int>::find crashing Pin
Cathy15-Apr-02 13:14
Cathy15-Apr-02 13:14 
GeneralWorkspace & Projects Pin
AJ1232-Apr-02 10:38
AJ1232-Apr-02 10:38 
GeneralRe: Workspace & Projects Pin
Joaquín M López Muñoz2-Apr-02 10:39
Joaquín M López Muñoz2-Apr-02 10:39 
It's simple! If you start from scratch, do the following:
  1. Create an empty workspace.
  2. Create the GUI project. Make it a subproject by ticking on the "part of current workspace" (or something like that) on creation time.
  3. Ditto for the "processing" project. This sould be of type "static library".
  4. Go to the settings for the GUI project, look for the "include directories" edit box and add ..\processingProject or whatever the subdirectory for the processing project is named.
  5. Go to Project -> Dependencies and make the GUI project dependent on the processing one.
  6. Shake well and serve chilled.


Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: Workspace & Projects Pin
Nemanja Trifunovic2-Apr-02 10:48
Nemanja Trifunovic2-Apr-02 10:48 
GeneralRe: Workspace & Projects Pin
AJ1233-Apr-02 10:31
AJ1233-Apr-02 10:31 
GeneralRe: Workspace & Projects Pin
Tim Smith3-Apr-02 10:47
Tim Smith3-Apr-02 10:47 
QuestionCSliderCtl and Arrow Keys? Pin
Ken Goguen2-Apr-02 9:21
Ken Goguen2-Apr-02 9:21 
AnswerRe: CSliderCtl and Arrow Keys? Pin
Joaquín M López Muñoz2-Apr-02 10:23
Joaquín M López Muñoz2-Apr-02 10:23 
GeneralRe: CSliderCtl and Arrow Keys? Pin
Ken Goguen3-Apr-02 7:56
Ken Goguen3-Apr-02 7:56 
Generalthread problem Pin
Merle Pittman2-Apr-02 7:59
Merle Pittman2-Apr-02 7:59 
GeneralRe: thread problem Pin
Joaquín M López Muñoz2-Apr-02 8:28
Joaquín M López Muñoz2-Apr-02 8:28 
GeneralOCX uUid collision nightmare Pin
megaadam2-Apr-02 7:39
professionalmegaadam2-Apr-02 7:39 
GeneralRe: OCX uUid collision nightmare Pin
Derek Waters2-Apr-02 12:29
Derek Waters2-Apr-02 12:29 
QuestionSaving a Document with values from dynamic array? Pin
dazinith2-Apr-02 6:28
dazinith2-Apr-02 6:28 
AnswerRe: Saving a Document with values from dynamic array? Pin
Ravi Bhavnani2-Apr-02 6:43
professionalRavi Bhavnani2-Apr-02 6:43 
GeneralRe: Saving a Document with values from dynamic array? Pin
dazinith2-Apr-02 8:07
dazinith2-Apr-02 8:07 
GeneralRe: Saving a Document with values from dynamic array? Pin
Ravi Bhavnani2-Apr-02 8:22
professionalRavi Bhavnani2-Apr-02 8:22 
GeneralRe: Saving a Document with values from dynamic array? Pin
dazinith2-Apr-02 8:41
dazinith2-Apr-02 8:41 
GeneralRe: Saving a Document with values from dynamic array? Pin
Ravi Bhavnani2-Apr-02 9:08
professionalRavi Bhavnani2-Apr-02 9:08 
GeneralRe: Saving a Document with values from dynamic array? Pin
dazinith2-Apr-02 11:33
dazinith2-Apr-02 11:33 

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.