Results 1 to 4 of 4

Thread: How can i use *.dxg and *.dxw files.

  1. #1

    How can i use *.dxg and *.dxw files.

    Hi ,how can i use *.dxg and *.dxw files in my projects ?

  2. #2

    How can i use *.dxg and *.dxw files.

    Like this:
    SpriteDXImage.Items.LoadFromFile('Dxg\sprite.dxg') ;

    There are tutorials here in more detail.
    http://www.cerebral-bicycle.co.uk/li...?cat=24&subj=5

  3. #3
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    How can i use *.dxg and *.dxw files.

    UnDelphiX has packaged DXG and DXW tools to create and modify these files aswell.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  4. #4

    How can i use *.dxg and *.dxw files.

    UnDelphiX has packaged DXG and DXW tools to create and modify these files aswell.
    Yes , i know for these tools ,but i didn't know how can i use they until now :
    SpriteDXImage.Items.LoadFromFile('Dxg\sprite.dxg') ;

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •