Search:

Type: Posts; User: xhi

Page 1 of 7 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,257

    a short update.. first i realized i forgot to...

    a short update.. first i realized i forgot to post the error (doh!)..


    NTDSUtilTestCase.obj : error LNK2019: unresolved external symbol "public: static long __cdecl...
  2. Replies
    1
    Views
    1,257

    COM library and linking error

    hello everybody.

    i have been thrown into the wonderful world of windows development recently, and although there has been a few stumbling blocks it has been good so far.

    i am currently working...
  3. Replies
    12
    Views
    5,531

    well i dont think we needed the makefile after...

    well i dont think we needed the makefile after all.

    i just noticed -lgconf is not in there. you probably need to go to the project options and have it add the gconf lib to the linker.. though i...
  4. Replies
    12
    Views
    5,531

    yeh it looks like you package_libs var is being...

    yeh it looks like you package_libs var is being set with valid libs.

    this is the line i am talking about being a problem


    gcc -Wall -g -g -O2 -o iop support.o main.o ...
  5. Replies
    12
    Views
    5,531

    yes it looks like there is a problem with the...

    yes it looks like there is a problem with the second call to gcc there..

    see how the first one links by specifying libs like
    -lglib-2.0

    and the second one says..
    /usr/lib/libglib-2.0.so
    ...
  6. Replies
    12
    Views
    5,531

    ldconfig ouput is no concern to you for this...

    ldconfig ouput is no concern to you for this compile time error. that last call to gcc looks suspicious to me. looks like it might be screwed up in the makefile, missing some libs and adding some...
  7. Thread: issues

    by xhi
    Replies
    12
    Views
    3,147

    hehe that is funny. i dont have much of a defense...

    hehe that is funny. i dont have much of a defense for that one..
  8. Thread: issues

    by xhi
    Replies
    12
    Views
    3,147

    this may sound a little crazy, but you could...

    this may sound a little crazy, but you could always try to edit the code.

    you know like remove the cast to void* and see what happens.
  9. Replies
    26
    Views
    2,643

    i dont think fstream will create a file but if...

    i dont think fstream will create a file but if you use ofstream it will..

    though fstream should if you do a ios:: out by itself..
  10. Thread: issues

    by xhi
    Replies
    12
    Views
    3,147

    why are you casting to void* ?

    why are you casting to void* ?
  11. what bootloader do you use, lilo or grub? yes...

    what bootloader do you use, lilo or grub?

    yes you can install windows without disturbing linux, long as you know what is where on you disk(s).. know that if you reinstall windows it will...
  12. Thread: Code Compile

    by xhi
    Replies
    9
    Views
    1,157

    that depends, are you going to post what the...

    that depends, are you going to post what the errors say?
  13. Thread: linker error

    by xhi
    Replies
    5
    Views
    2,198

    under project -> project options there is a...

    under project -> project options there is a parameters tab, and also a directories tab

    you can put the linking info in those.
  14. Thread: Code Compile

    by xhi
    Replies
    9
    Views
    1,157

    >But im just wondering how to compile it, can...

    >But im just wondering how to compile it, can anyone help me?

    did you create a new project or a new file. iirc you cant compile a file by itself, you have to create a project before you can...
  15. Replies
    9
    Views
    4,761

    generally you only need the first cd, possibly...

    generally you only need the first cd, possibly the second one, for most distros. all the other stuff is extras that are not needed (bloat?).. i have never heard of an install with 14 cds. that cant...
  16. Replies
    11
    Views
    1,567

    yeh that would be something to consider, the fact...

    yeh that would be something to consider, the fact that there is no "C:" in linux. and you wouldnt want to have one in your program, or you would lose credibility pretty fast. (theyre all going to...
  17. Replies
    11
    Views
    1,567

    im pretty sure mount reads from /proc/mounts, so...

    im pretty sure mount reads from /proc/mounts, so it might be easier to just open /proc/mounts..
  18. Replies
    11
    Views
    1,567

    under linux the best way would probably to look...

    under linux the best way would probably to look in /proc .. and there are several things that would be possibilities.. on mine i have diskstats (which is what df reads from) and then there is also...
  19. Replies
    21
    Views
    3,186

    maybe creating functions load and unload would be...

    maybe creating functions load and unload would be a better idea
  20. Thread: Homework?

    by xhi
    Replies
    19
    Views
    3,214

    if you want some practice exercises to see where...

    if you want some practice exercises to see where you stand, check out http://www.topcoder.com/tc .. register and then go to the practice arena.. lots of fun stuff in there.
  21. Thread: what does ioctl do

    by xhi
    Replies
    4
    Views
    2,928

    > does someone has any experience in linux...

    > does someone has any experience in linux programming

    there are 1300+ threads in the linux section, most of them with answers, so there is probably one or two people around with linux experience....
  22. Replies
    6
    Views
    4,096

    also possibly referring to knowledge of configure...

    also possibly referring to knowledge of configure and make, as well as other gnu tools.
  23. Replies
    3
    Views
    6,017

    eclipse wth cdt, if you have the ram to spare.

    eclipse wth cdt, if you have the ram to spare.
  24. Replies
    8
    Views
    2,940

    > So i prefer to try another approaches or maybe...

    > So i prefer to try another approaches or maybe even leave the matter alone and forget using UML for helping with design.

    honestly i cant even begin to understand that attitude. but i guess to...
  25. Replies
    8
    Views
    2,940

    > I looked around but found only one that needs...

    > I looked around but found only one that needs KDE which i don't use.

    you could always install the kdelibs and use this program in the window manager/desktop manager of your choice.
Results 1 to 25 of 155
Page 1 of 7 1 2 3 4