Thread: String Table Help

  1. #1
    Programmer Frantic-'s Avatar
    Join Date
    Dec 2004
    Posts
    114

    String Table Help

    What am I doing wrong here?

    Code:
    EXPORT int XSDKPUSHBUTTON (LPSTR stext, int ixpos, int iypos, int iheight, int iwidth , int ibid)



    Code:
    XSDKPUSHBUTTON%LLLLLLS%?XSDKPUSHBUTTON@@YAHPADHHHHH@Z% Text$, Xpos, Ypox, Width, Height, ID



    Im guessing that something is wrong with LLLLLLS because when I call the function in another program, it says the parameters do not match.

  2. #2
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    Posting to the wrong forum?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program using classes - keeps crashing
    By webren in forum C++ Programming
    Replies: 4
    Last Post: 09-16-2005, 03:58 PM
  2. Linked List Help
    By CJ7Mudrover in forum C Programming
    Replies: 9
    Last Post: 03-10-2004, 10:33 PM
  3. Classes inheretance problem...
    By NANO in forum C++ Programming
    Replies: 12
    Last Post: 12-09-2002, 03:23 PM
  4. creating class, and linking files
    By JCK in forum C++ Programming
    Replies: 12
    Last Post: 12-08-2002, 02:45 PM
  5. Warnings, warnings, warnings?
    By spentdome in forum C Programming
    Replies: 25
    Last Post: 05-27-2002, 06:49 PM