News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Recent posts

#81
Bug reports / Ampersand in string tooltip te...
Last post by omolin - May 28, 2025, 09:00:33 AM
Simple to reproduce. In my case I has a wide string like this: L"abcd&efgh"
When I hover over the variable name in the sourcecode in the debugger, the ampersand is not shown in the tooltip text. In the Auto window tab, the same variable is displayed correctly with the ampersand.
#82
Assembly discussions / Re: Some Stats
Last post by Vortex - May 25, 2025, 12:44:28 PM
A quick example :

.386
.model flat,stdcall
option casemap:none

COMM CommVar:DWORD

END

.386
.model flat,stdcall
option casemap:none

includelib  \PellesC\Lib\Win\kernel32.lib
includelib  \PellesC\Lib\Win\user32.lib
includelib   msvcrt.lib

EXTERN CommVar:DWORD

printf PROTO C :DWORD,:VARARG
ExitProcess PROTO :DWORD

.data

msg db 'COMM variable = %u',0

.code

start:

    mov     CommVar,256
    invoke  printf,ADDR msg,CommVar

    invoke  ExitProcess,0

END start
#83
Announcements / Re: Version 13.00 is now relea...
Last post by CandCPlusPlus - May 25, 2025, 01:34:20 AM
Thanks Pelle,

This version is working on my computers and I have not encountered any issues so far. :)
#84
Assembly discussions / Re: Basic GUI templates
Last post by Vortex - May 24, 2025, 10:34:00 PM
Dialog box example enhanced with the statement cinclude :

CINCLUDE directive (IA32, AMD64)
 
Purpose:
Parses a C include file, looking for #define statements.
#85
General discussions / Re: Icons / symbol bar oversiz...
Last post by icons2big - May 24, 2025, 06:07:01 PM
I can't go lower than 100% and I wouldn't change the scaling system wide for one program anyway.

Why is there no option to change the size of the icons in the IDE?
#86
Work in progress / Re: win32-doc md files
Last post by TimoVJL - May 24, 2025, 05:42:18 PM
A your example provide, that MS help file is just useless.

Last locally working help file is from 2019-09-05

After that, just pile of shi....
#87
General discussions / Re: Icons / symbol bar oversiz...
Last post by John Z - May 24, 2025, 05:29:42 PM
Check your display settings under System-Display-Scale&layout-Scale. 
Best to use the recommended, but you can try smaller setting.

John Z
#88
General discussions / Re: Icons / symbol bar oversiz...
Last post by icons2big - May 24, 2025, 02:52:02 PM
Quote from: John Z on May 24, 2025, 02:26:24 PMWhat screen resolution are you using.  1920 x 1080 they look fine.

1920x1200

#89
General discussions / Re: Icons / symbol bar oversiz...
Last post by John Z - May 24, 2025, 02:26:24 PM
Hi,

What screen resolution are you using.  1920 x 1080 they look fine.

John Z
#90
General discussions / Icons / symbol bar oversized
Last post by icons2big - May 24, 2025, 01:11:25 PM
How can I change the size of the Icons in v13? They are gigantic. Thanks.