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

Search:

Type: Posts; User: iamhere

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    4,484

    Ajax Post returned data

    Im trying to use ajax to post form contents and then use a callback function but im having a couple of problems.

    here is the code. When the form is submitted login submitted is called. It then...
  2. Replies
    2
    Views
    613

    Re: Help with cairo and pointers

    Nope that has made no difference.
  3. Replies
    2
    Views
    613

    Help with cairo and pointers

    I am trying to create a c++ widgets toolkit. I am having problems with accessing the cairo_t object to draw on. I am trying to make a copy of the pointer so that it can be stored in a button class....
  4. Replies
    1
    Views
    5,536

    incomplete type and cannot be defined

    Hi, im having problems with a project I am working on. It is a class that creates an xlib window. Here is the code:

    main.cpp


    #include <X11/Xlib.h>
    #include "ys_window.h"

    int main(){
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured