Jump to content

JonathanBriggs

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About JonathanBriggs

JonathanBriggs's Achievements

0

Reputation

  1. Hello, Thanks for the prompt reply! This Dependency Walker application will list minimum set of required files for my dll to work. What should i do with this list? Thanks
  2. Hello, I have been trying to register a custom dll on a windows XP machine. This dll registers fine on other XP systems however on this one it fails and returns error code 0x80004005. Apparently this could be happening for any number of reasons like dependencies, permissions, etc. Can I use Regmon to help me diagose why? If so can someone give me a run down of what i need to do or what im looking out for? Any help would be greatly appreciated Thanks
  3. Hello WildBill, Yes! that was exactly what i was after. However, i ended up rewriting the whole function without the need for this unknown amount of string lists... its quite a good wee idea, hope you dont mind if i add it to my collection
  4. Hello Can anyone tell me how to dynamically create a string list, based on a prefix and a loop counter. Hopefully, this pusedo code below will help explain what i am looking for... Delphi 7. for i:=0to Count-1do begin StringListPrefix+:=TStringList.Create; Thanks for any help!
×
×
  • Create New...