January 12th, 2011 09:16 AM
thanks for the help Lindley and itsmeandnobodyelse, i should have been using 'previous' instead of 'current'
January 11th, 2011 01:05 PM
i have a Node and i want to add a new entry at the end
the first entry is added correctly on head but the next entry is not added at all
struct Node
{
FlightRec entry;
Node *next;
February 28th, 2010 07:36 AM
no , "shobjidl" is not a header i created.... its probably included in "shlobj.h"
a friend compiled the same project using VC 2008 without any problems thought...
February 28th, 2010 06:51 AM
use a runtime packer such as UPX
February 28th, 2010 06:49 AM
im using shlobj.h header on VC 6.0 with SDK February 2003 installed , and i get those 2 errors from the header file
i googled alot but i couldnt find a solution, any1 knows why?
thanks
...
November 25th, 2009 12:34 AM
he probably mean an existing project (.cpp and .h files) to be used as a base project for new applications... so he wont have to make an empty project and manually add those files every time
November 9th, 2009 03:19 AM
that is sooo true Paul McKenzie , most of my codes are "low level" and my eyes do glaze when looking over at STL code.
November 8th, 2009 03:57 PM
not sure what u want to archive or why it HAS to be done like the way u mention besides all the alternative ideas the gave u , but heres how it can be done:
compile the new exe u want to...
November 8th, 2009 03:48 PM
yes im still interested on whats wrong VladimirF
how can i prevent the variable from getting overwritten?
im using VC 2008 , no warnings about this :(