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 strongm 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. namooth

    Trying to load my 3dModel into C# - Help

    I got an opengl project i'm working on and a 3d model from Milkshape and I'm trying to combine those 2 together. I've tried a lot of ways to import the model into my code without success. I want to be able to see the model in my C# proj and control a few animations. here is the code and the...
  2. namooth

    Help with exporting to a dll

    i changed it again to: typedef int (CALLBACK *MYPROC)(int, int); typedef int (CALLBACK *MYPROC2)(FILE*, Item*); im still getting the error "First-chance exception at 0x77a08c39 in BtnLook.exe: 0xC0000005: Access violation writing location 0x00000014. The program '[5412] BtnLook.exe: Native'...
  3. namooth

    Help with exporting to a dll

    Thanks for your help. I changed the int in the first two lines to chat but im still getting "Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer...
  4. namooth

    Help with exporting to a dll

    i also use C and 2008 but with gui, and when i press Add i get the error above plus the refresh doesn't work for me
  5. namooth

    Help with exporting to a dll

    btw, if i leave the code under WM_COMMAND i get this error: Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling...
  6. namooth

    Help with exporting to a dll

    doesn't work for me :( i made your changes typedef int (*MYPROC)(int, int); typedef int (*MYPROC2)(FILE*, Item*); in code.c and the other ones in the cpp file, created the dll & lib, moved them to my project but when i press on delete stull nothing happens. Have u managed to run the c...
  7. namooth

    Help with exporting to a dll

    not in a dll my program runs great.
  8. namooth

    Help with exporting to a dll

    I've tried to find what's wrong in the last 12 hours.. here's my code: http://dl.dropbox.com/u/17838/code/code.c how i created the dll & lib: http://dl.dropbox.com/u/17838/code/MyProj.CPP http://dl.dropbox.com/u/17838/code/MyProj.def I'm trying to return a value to "t" in line 540: t =...
  9. namooth

    Help with exporting to a dll

    yes, poi is initialized . Refresh works fine without the dll so it's something i did wrong on the way.. the "adde" functions works great in the dll so it's not the dll build.
  10. namooth

    Help with exporting to a dll

    Hey all, I'm trying to export some of my functions to dll and im having some trouble. how i created my dll and lib: // Define DllExport to declare exported symbols. #define DllExport __declspec( dllexport ) DllExport __declspec( dllexport ) #include <stdio.h> #include <windows.h>...
  11. namooth

    need to adjust FF2 and IE to look like FF3

    it stills looks messed up, but in a different way. :)
  12. namooth

    need to adjust FF2 and IE to look like FF3

    The problem is that the post-thumb plugin creates the UL and sends them to the html, i don't think i can change anything in the Html.
  13. namooth

    need to adjust FF2 and IE to look like FF3

    Thanks for the replay Most of the vaildator errors are coming from diffrent plugins, I'll look into that. About the UL element around the LIs, can you give me an example (im not that sharp in CSS) Thanks
  14. namooth

    need to adjust FF2 and IE to look like FF3

    oops..can't edit? the css you can find here: http://tinyurl.com/5ecvmw
  15. namooth

    need to adjust FF2 and IE to look like FF3

    sure. http://tinyurl.com/6rf67n check the bottom of the page
  16. namooth

    need to adjust FF2 and IE to look like FF3

    Hey all, i have some CSS issues with my website. here is a print screen from FF 3 RC2: <wide graphic removed> and that's what i want to accomplish in all the other browsers. but, in FF 2 it looks like this: and in IE it looks like this: I don't get where those black dots are coming...
  17. namooth

    copy url to clipboard with a click

    thanks for your help again. i got a little confused.. can you post the all code together? should i include it all in one html file or should i create a js file? thanks
  18. namooth

    copy url to clipboard with a click

    hey tsuji, in firefox the second script worked great but in IE i get a security notification (something im trying to avoid) from what i've read, all the big sites (photobucket, imageshack, tinyurl) are using flash to copy stuff to the user clipboard and that's what im trying to imitate.. So i...
  19. namooth

    copy url to clipboard with a click

    i'll make it easier to understand what im after. i want to change this html that instead of the text element the script "copy" will copy to the clipboard the current URL. I've tried to call it with location.href but with no luck. <form name="formtocopy" action=""> <textarea...
  20. namooth

    copy url to clipboard with a click

    Hey all, I'm trying to implant something in my blog and i hope you can help me. I want my readers to have the option to click a button \ link like the trackback one and that the post link - URL will be automatically copied to their clipboard (like you see on imageshack, photobucket, TinyPic...

Part and Inventory Search

Back
Top