CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: WhatNow46

Page 1 of 6 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    546

    Visual C++ not finding Boost libraries

    I'm building a project in Visual Studio 2017 that uses boost - some by header and some (date_time and iostreams) but the lib. I made sure that I built the libs
    for date_time and iostreams and I can...
  2. How to set up environment for building VS2017 and VS2015

    I have an app to work on that I used to build with Visual Studio 2015 Update 3. Any environment variables I have set are for that environment:

    If I type the command set | more about all I see is...
  3. Re: Using ifstream, string stream, and extraction operator >>

    Thanks for the info - fixed me right up. I just found a snippet of C++ code that does the job nicely. Now I can just
    hand a buffer of '\0' delimited strings, and it fills up a vector with each...
  4. Re: Using ifstream, string stream, and extraction operator >>

    I'm using GNU, currently without c11 extensions. I was hoping that stringstream was different than ifstream as
    far as tokenizing. I want a tokenizer type of stream operator.

    The text in the...
  5. Using ifstream, string stream, and extraction operator >>

    Let's say I have a file that is entirely strings but it's binary due to some nulls ('\0') in between the strings. So technically, it's not an ascii file (32 - 128), it's got some 0's in it. So...
  6. Re: wxWidgets' wxFrame initialization of controls: A question I have

    I've solved this thread for now by simply posting a message, marking things dirty, etc.. I post an event whenever I do a WriteText or SetValue on the wxTextCtrl. So far it seems like it's working...
  7. Re: Looking for help with wxWidgets

    I've solved this thread for now by simply posting a message, marking things dirty, etc..

    At least it shows now (and I would guess, consistently).
  8. [RESOLVED] Looking for help with wxWidgets

    I joined the wxWidgets forum, and I've even contacted the administrator, but I am never getting sent an activation link.

    When I look at the samples, I see ones that use wxFrame both with and...
  9. Re: wxWidgets' wxFrame initialization of controls: A question I have

    For now, I'll just create an event as a quick-fix and simply fire the event when I want an update. Should work.
  10. Re: wxWidgets' wxFrame initialization of controls: A question I have

    I guess just have to look at the samples and follow them. Perhaps I need a panel, but why?
  11. Re: wxWidgets' wxFrame initialization of controls: A question I have

    The forum is not sending an activation link.

    Does anyone have a theory as to why the wxFrame class with some controls on it has controls on it that do not respond properly to WriteText and...
  12. Re: wxWidgets' wxFrame initialization of controls: A question I have

    Still no activation link.
  13. Re: wxWidgets' wxFrame initialization of controls: A question I have

    Hi, thanks, about an hour ago, I joined that forum, I'm awaiting my activation link but it has not come yet.
  14. Re: wxWidgets' wxFrame initialization of controls: A question I have

    Hi, I can look at it in gdb tomorrow, but I have a hunch to try in the morning when I get back to this. I will just try using a different constructor and make sure I assign an ID to the frame this...
  15. [RESOLVED] wxWidgets' wxFrame initialization of controls: A question I have

    I have only been working with wxWidgets a short time. It's fine, however, I have a slight problem initializing controls.

    My code looks like this:



    bool MyApp::OnInit()
    {
    if(...
  16. Re: [RESOLVED] Upgrading my Java 3D from old Windows XP systems to Windows 10/Linux

    Thank you for the info. I'll check out the new JavaFX first chance I get.
  17. Other Re: Anyone know of a script (perhaps Perl or some other scripter) that can

    Thanks, I ran fc on the files - it seems to have showed some proper differences. I just need to examine the files now and see if it ran correctly.
  18. Other [RESOLVED] Anyone know of a script (perhaps Perl or some other scripter) that can

    take the output of the command dir /S > file1.out and dir /S > file2.out (ie. those two files) and make a 3rd file or at least print to the screen so I can redirect it that shows only the differences...
  19. Re: Upgrading my Java 3D from old Windows XP systems to Windows 10/Linux

    I guess I've resolved the issue in the following way:

    I simply ran the .exe I mention above (java3d-1_5_1-windows-amd64.exe) and I let it install it to the directories for my jdk and the other dll...
  20. [RESOLVED] Upgrading my Java 3D from old Windows XP systems to Windows 10/Linux

    Only today, I decided to take an old Java application I worked on some years ago, and I've decided to start to get it going on Linux and Windows 10.

    I would guess I will be running some flavor of...
  21. Replies
    2
    Views
    5,295

    Re: I need help with makefiles

    If I run the command make help, it gives a recipe for how to navigate to a directory in the make, as in make dir/....
  22. Replies
    2
    Views
    5,295

    Re: I need help with makefiles

    I have now found the build flags in the directory a few above my drivers, in the 3.10.0-327.el7.x86_64 direcdtory.

    It starts with VERSION = 3
    PATCHLEVE = 10, etc..

    So perhaps I just need to...
  23. Replies
    2
    Views
    5,295

    I need help with makefiles

    Can someone please explain the concept behind the make process for Linux kernels.

    Many distros - among them Redhat, Fatdog, etc.., use a "tree" structure with a Makefile and some KConfig (for...
  24. Re: Trying to make a driver for a wireless device in Fatdog

    I replaced the adapter, it may have been a hardware issue or some interaction with the driver, I don't have time to study it. The connection works fine now. It does not disconnect.
  25. Re: Trying to make a driver for a wireless device in Fatdog

    I've attached the Makefile as Makefile.txt. I'll start looking at this, I just didn't think this would be another troubleshooting day, maybe tomorrow I can get to it.

    In the meantime, if anyone...
Results 1 to 25 of 140
Page 1 of 6 1 2 3 4





Click Here to Expand Forum to Full Width

Featured