Click here to Skip to main content
15,890,123 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Calling php script from vc++ Pin
Code-o-mat11-Jan-10 1:28
Code-o-mat11-Jan-10 1:28 
QuestionProgramming with multiple entry points Pin
Dan Senior7-Jan-10 21:40
Dan Senior7-Jan-10 21:40 
AnswerRe: Programming with multiple entry points - updated Pin
Garth J Lancaster7-Jan-10 21:50
professionalGarth J Lancaster7-Jan-10 21:50 
AnswerRe: Programming with multiple entry points Pin
Naveen7-Jan-10 22:07
Naveen7-Jan-10 22:07 
AnswerRe: Programming with multiple entry points Pin
Rajesh R Subramanian8-Jan-10 4:55
professionalRajesh R Subramanian8-Jan-10 4:55 
AnswerRe: Programming with multiple entry points Pin
Dan Senior8-Jan-10 11:00
Dan Senior8-Jan-10 11:00 
AnswerRe: Programming with multiple entry points Pin
Rozis8-Jan-10 11:52
Rozis8-Jan-10 11:52 
GeneralRe: Programming with multiple entry points Pin
Dan Senior8-Jan-10 14:04
Dan Senior8-Jan-10 14:04 
Actually, the original draft for this program was very similar to that... it was going to be a macro in Visual Basic Script that would run in the AS/400 client window... and the original way it was going to work was that Excel would generate the file (via Visual Basic for Applications) and copy it into a specific directory. In the meantime, the AS/400 VB script program would cycle through checking for the existence of files (they would be named like file1, file2, etc. but there would also be a particular filename the user could save a text file as and drag into the folder and it would look for that too). When it would see a file, it would process it and then move into a "finished" folder and add to a log that it did it and then move back to looking for the next file in sequence and if there wasn't a #2 or #3, etc. it would go up to about five past where it was and then start over at 1.

When I was working on designing the actual scripting language, I quickly realized that the program was blossoming into something that would be unweildy to run in BASIC, so I moved to C++ and a whole world of options opened up. When I started thinking how does a regular application work, I decided I want to try these other methods in addition. (It might still do the directory scan thing too.) Plus, having a stand-alone program frees up Excel and the AS/400 window because currently I do have Excel pushing into the AS/400 but I can't use either system until it is done.

I will start by first just having a FILE/OPEN or right-click on the queue and choose add... but in thinking ahead because changing structure sometimes requires rewriting the whole program, I'd like to have an idea of how to structure from the beginning so that I don't have to rework the program.

Good ideas, though... I will play with what I have seen so far and if I can have six or seven ways of opening the file, all the more useful for anyone who will be using it later. I just want to make it easy to pick up and use.
Questionlinking two file in gcc Pin
khomeyni7-Jan-10 21:10
khomeyni7-Jan-10 21:10 
QuestionRe: linking two file in gcc Pin
CPallini7-Jan-10 21:25
mveCPallini7-Jan-10 21:25 
AnswerRe: linking two file in gcc [modified] Pin
khomeyni7-Jan-10 21:52
khomeyni7-Jan-10 21:52 
GeneralRe: linking two file in gcc Pin
CPallini7-Jan-10 22:09
mveCPallini7-Jan-10 22:09 
GeneralRe: linking two file in gcc Pin
khomeyni8-Jan-10 2:48
khomeyni8-Jan-10 2:48 
GeneralRe: linking two file in gcc Pin
CPallini8-Jan-10 5:00
mveCPallini8-Jan-10 5:00 
GeneralRe: linking two file in gcc Pin
khomeyni8-Jan-10 5:39
khomeyni8-Jan-10 5:39 
Questionpolygon made by intersection of two polygon ??? Pin
a04.lqd7-Jan-10 20:49
a04.lqd7-Jan-10 20:49 
AnswerRe: polygon made by intersection of two polygon ??? Pin
Cedric Moonen7-Jan-10 20:56
Cedric Moonen7-Jan-10 20:56 
AnswerRe: polygon made by intersection of two polygon ??? Pin
Hamid_RT7-Jan-10 20:57
Hamid_RT7-Jan-10 20:57 
AnswerRe: polygon made by intersection of two polygon ??? Pin
Nelek7-Jan-10 21:09
protectorNelek7-Jan-10 21:09 
AnswerRe: polygon made by intersection of two polygon ??? Pin
CPallini7-Jan-10 21:13
mveCPallini7-Jan-10 21:13 
GeneralRe: polygon made by intersection of two polygon ??? Pin
Cedric Moonen7-Jan-10 21:15
Cedric Moonen7-Jan-10 21:15 
GeneralRe: polygon made by intersection of two polygon ??? Pin
Nelek7-Jan-10 21:19
protectorNelek7-Jan-10 21:19 
AnswerRe: polygon made by intersection of two polygon ??? Pin
Saurabh.Garg9-Jan-10 14:39
Saurabh.Garg9-Jan-10 14:39 
GeneralRe: polygon made by intersection of two polygon ??? Pin
a04.lqd9-Jan-10 14:51
a04.lqd9-Jan-10 14:51 
Questionstrcmp for NULL character Pin
Anu_Bala7-Jan-10 18:50
Anu_Bala7-Jan-10 18:50 

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.