that is 32bit exe versioning..
im talking about 16bit exe's
im talking about adding version information to an exe. it must be possible because there is software that can update the version data but just cant find any that add's it.
#####################################...
yes we create the exe's
#####################################
---------Dal1983@hotmail.com---------
#####################################
I am here, but where is here when i am there and not here, but am i not always here? interesting........
i have an EXE and i need to add version info to it.
searched everywhere and dont know where to start
regards
Darren
#####################################
---------Dal1983@hotmail.com---------
#####################################
I am here, but where is here when i am there and not here, but...
ok i am using the visual studio provided code for httpsvr and have added a bit that when it finds [do-filename-do] in the html it replaces it with around 3000+ characters and sends them as such:
// CString csSendLine, csSend
// int nBytes
while (csSend.GetLength() > 1024)
{
csSendLine =...
ok i have a program that is running gettin network/user data and i am adding a bit to it so it is a winsock server, i then have another program that is the client. basicall im just trying to get them to comunicate at the mo. here is the code:
//SERVER:
BOOL Create_Socket()
{
CString dwValue...
yes i have to agree that accessing that accessing the file through the ip address is not nice, all i wanted was some VBScript code that read the file from the httpsrv server. as i said i am hardcoding the file handeling into the server using c++ and it works fine, thanks for all you guys help...
your first piece of code looked good but the output of the path is: tp://10.0.11.29/auth.txt (which is the address of the file but what is the tp?
anyway not to worry as i am hard coding it in the server and going to be using [d--fieldname--d] to suplement anything i need to display in the html...
but server side is asp is it not? <% & %> makes it asp dont it?? the server im using only supports VBScript enless anyone knows a FREE asp standalone server (not the one provided with windows) becasue i need to re-distribute it.
regards
Dal
####################
# www.DGoulston.com #
#...
but i need to do it in the VBScript section cause i have a varible that i want to go into the session one.
####################
# www.DGoulston.com #
# Darren@DGoulston.com #
###################
hi, how would you do that the other way eg:
//your current code
<SCRIPT LANGUAGE=VBScript>
dim sgroup
sgroup = "hello"
sgroup = "<%=Session("sGroup")%>"
</script>
//what i want to do (set the session var in VBScript
<SCRIPT LANGUAGE=VBScript>
dim sgroup
sgroup =...
i am not using asp... i am using vbscript because i am purposly only using a simplistic web server that does not support much, everything is working fine so far, im reading in a file, cuting it up, putting it into arrays, displayin parts, but currently it comes from the client computer and i...
what vbscript code would i need to set the lifetime of the cache to 0?
thanks
Dal
####################
# www.DGoulston.com #
# Darren@DGoulston.com #
###################
ok i have the code below open a file, but it opens a file from the computer the page is accessed from and not a file from where the html doc exists. and if i try take away the c:\ then it cant find the file at all...
(this is only a section of the code, i do a lot of work with the file. which...
also the example is in C not C++ it would seem! as it has all the printf's and things.. i need it in C++
thanks ##########################
# www.DGoulston.com #
# Darren@DGoulston.com #
##########################
im a novice in C++ and cant work out from that example the bits to take just to change the text color. becuase i tired loads of it but it dont work, and dont want all that xy and scrren color crap!
thanx
Darren ##########################
# www.DGoulston.com #
# Darren@DGoulston.com #...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.