Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ladycoder

    statically linked exes-how to?

    Ahhh yes, thanks! I was only deselecting the 'dynamic RTL' which bumped up the file size but was still not running the exe unless borlands was on the pc, but deselecting the 'build with runtime packages' did the trick. It stopped it looking for vcl50.bpl and borlndmm.dll so I guess thats all...
  2. ladycoder

    statically linked exes-how to?

    hello I am currently using default setting on borland builder and creating small size exes (30kb)that will not run on other pc's that do not have borlands installed but show that it cant find file vcl50.bpl or borlndmm.dll. i have seen much larger exes in the order of 575kb which do not display...
  3. ladycoder

    Hi all I am working on a cd-rom c

    YABBA - DABBA - DOOOOOOOOOOO!!!! OOOOOOOOOOOOOOH- YES!!! IT LIVES!!! Do you know what? I have been to 'hell' and back with this one- forget the 'Event Horizon' that was sissy girls pants compated to this! I have trapesed around more forums than I can recollect...
  4. ladycoder

    Hi all I am working on a cd-rom c

    ....its all gone quiet all of a sudden.. I assure you Iam not mad. I have tested and re-tested this and I am right. When I first called up the swf file with 'loadVariablesNum' I could use this: _root.selection = _root.selection add ", " add _root.temp; fscommand ("Save&quot...
  5. ladycoder

    Hi all I am working on a cd-rom c

    ok heres the latest. YES it does call up the contents of the file in the other folder. However whats happening that is throwing me, is that when I had this all in one folder i could get the selections to be appended to the file from the diferent swf files that i had. I just opened the file on...
  6. ladycoder

    Hi all I am working on a cd-rom c

    that should have read as text.txt -not text2.txt btw Shaf
  7. ladycoder

    Hi all I am working on a cd-rom c

    Using that I get: Error opening URL "C:\Program Files\text2.txt" popping up which I presume means it is not located and thus not opening it which is why I am not getting any data from the file, How is it that I can write to the file but not read from it?? How crazy is that? shaf
  8. ladycoder

    Hi all I am working on a cd-rom c

    I am using flash 5 not MX Shaf
  9. ladycoder

    Hi all I am working on a cd-rom c

    Hi I have been using fscommand("Save","text.txt"); loadvariablenum("text.txt","0"); which worked fine when the txt file was in the same folder as the swf file. I am now using the fscommand to save to program files...
  10. ladycoder

    CDROM CATALOGUE SAVE TXT-FILE HORROR!

    Hi all I am working on a cd-rom catalogue with shopping cart facility which basically adds slelected options from the swf file to a txt file in the same folder then uploads it to print off the list. On my PC it works fine but I didint realise that the txt file would not be able to be written to...
  11. ladycoder

    Hi all I am working on a cd-rom c

    Hi all I am working on a cd-rom catalogue with shopping cart facility which basically adds slelected options from the swf file to a txt file in the same folder then uploads it to print off the list. On my PC it works fine but I didint realise that the txt file would not be able to be written to...

Part and Inventory Search

Back
Top