i did do that, as in printing the variable before and after, but something I dont know if its something to do with how its being entered into the database but everytime the code executes and i go...
This is probably the simplest thing but I'm not catching it, basically im increasing a variable that got its value from a database by 1 (so var++) but then I check it and it had been increased by 2....
Thank you sooo much!! I'm curious though, I've never read anything about it acting that way,
because isn't that proper xhtml when I close it out that way?
both of them, so right now i'm getting outputted "error creating database". and if i take out that first "if(mysql_query())" and just have "mysql_query", then on the next query i get "Error creating...
Im having the most frustrating time trying to figure this out, this script runs great on my private (WAMP) server but not on my hosting server (LAMP). The script is pretty simple, creates a database...
you raised some good questions hoxiesw: from everything I've seen you don't need to use sysallocate(and as far as i know i don't need to deallocate it), you initialize the bstr to 0, then i'm passing...
the problem i have with using comsuppw.lib is that it's a vc++ lib and i can't use it(as far as i know) with borland. i could use implib but there's no comsuppw.dll.
I'm using the itunes COM sdk and several of the functions return a BSTR(which is a visual basic string). to be able to use the result in say 'cout <<' it has to be converted but ALL examples i've...
It would help if you posted some code here, I'm not sure exactly what's going on.
Why are you using argc/*argv[]?
So basically you just need the function to create txt files with those names that...
to arjay, i should have explained better, argV is blank/null, im wanting to fill them in through a function call that reads a line from stdin and parses it into (argV[0], argV[1],etc..)
i have a small app to be compiled into a .lib file. it accepts a char * array
and the array count, outputs a '-' and then reads in a line and (supposed) to
parse it into the recieved char *...
i wrote a simple socket client and for testing i tried to connect to a http server and send the http command 'GET / HTTP/1.1' but i get nothing back. i've looked through other post, and searched...
thanks couling. two things: one method that works is as zaccheus said using another external
function in the dll to delete the object. secondly, and this actually fixed my original
problem with...
ok so i think i've gotten it fully working without crashes now, although honestly i don't know why this works. ive defined the class member functions in the header as virtual, and then static loaded...