Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - luc

Pages: [1]
1
C / Re: CFML and MVS
« on: March 14, 2025, 10:07:39 am »
oh yes!!!! thank you, I'm tired  :P ;)

2
C / CFML and MVS
« on: March 13, 2025, 09:12:28 pm »
hello,

I don't see what "bothers" Microsoft Visual Studio...or maybe I'm very tired. ;)
Thank you

Quote
#include <SFML/Audio.h>
#include <SFML/Graphics.h>
#include <SFML/Vector2.h>
#include <stdlib.h>
#include <stdio.h>
#include <stddef.h>

int main()
{

    sfVector2f  pt1 ;

   
    struct txtedit {
        int poscx, poscy;
        int tailfont;   
        int nbrcarac; 
        int coultxt;
        sfVector2f  pt;
    };

    struct txtedit te;
   
     pt1 ={200.0,400.0};
     te.pt ={100.0,300.0};
 
}
}

3
C / Re: CSFML with M$ visual studio
« on: March 13, 2025, 05:17:58 pm »
Only CSFML-related variables were visible! I was in "Release" mode instead of debug mode. I don't really see the point of this option, but hey... Microsoft... ::)
Thank's

4
C / CSFML with M$ visual studio
« on: March 05, 2025, 04:03:40 pm »
Hello,
Are there any CSFML users with Microsoft Visual Studio?
In debug mode I only see CSFML variables ! :o

Thanks.

Pages: [1]
anything