Mirza | 18 Aug 2005 11:14
Picon
Favicon

MySQL+ mingw

Is there anybody outthere using MySQL with mingw (GCC) succesfully ?

Mirza

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
Mirek Fídler | 18 Aug 2005 20:23

Re: MySQL+ mingw

BTW, if anybody would be able to sort that out, I would be happy to ship 
that solution in regular upp releases.

I guess we are missing the right .a.

Perhaps the mingw mailing list is the right place to ask...

Mirek

Mirza wrote:

> Is there anybody outthere using MySQL with mingw (GCC) succesfully ?
>
> Mirza
>
>
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle 
> Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing 
> & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Upp-main mailing list
> Upp-main <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/upp-main
>
>

(Continue reading)

Daniel Kos | 25 Aug 2005 16:56
Picon

Re: Snapshots

>> I'll be on vacation for almost 2 weeks, so there won't be new  
>> snapshots..
>> (ask Mirek if you want them :) )
>
> Well, because important things have happened (AMD64, many Linux fixes,  
> #else/#endif highlighting...), I have released 20050814....

Hello! I'm back! So are the snapshots :)

---------------------------
Uno (Daniel Kos) dgs <at> pac.pl
---------------------------
Opera M2

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
Mirek Fídler | 28 Aug 2005 09:51

Re: Hi again :)


Arlen Albert wrote:

> Hi Mirek.

Hi again,

Could I ask you once more to subscribe the mailing list and post there? :)

>
> First, I send you my project YPuzzle which I wish you to include into 
> the UltimateCPP examples library. The project is compressed by 7-zip 
> (www.7-zip.org).

Well, if you do not mind me refactoring it a little :)

> I have a huge request to you. Meanwhile I work on my own project for 
> radio station automation. I want to port the project to UltimateCPP. 
> Could you develop a handy support for sound programming? Could you, at 
> least, develop the sound support through SDL library (www.libsdl.org)?

I can imagine that, but my experiences in that area are limited. I am 
afraid that you are on your own there now... Anyway, would you posted to 
mailing list, you could obtain different answers, I think one of U++ 
developers might have something to say about sound....

>
> Here are some warnings (!) and wishes (*):
>
> (!) There are some file name corruptions while installing UltimateCPP 
(Continue reading)

Daniel Kos | 28 Aug 2005 11:55
Picon

Re: Re: Hi again :)

>> (*)  Please, add possibilities to close separate file tabs (UPP 0.98.7)

That's a good idea. It would be really cool if each tab had its own close  
button (like in opera)

>
>
> Well, I can if you tell me how it is supposed to work. Esp. what will  
> happen to that accelerator key....
>

If you close the tab eg : tab number 6 the accelerator key alt+6 should be  
disabled.
The next open tab should be given the lowest free number.

One more thing about tabs. If for tab is assigned iml or lay file and if I  
open that tab
the tabs are gone (they become invisible, but accelerator still work). I  
think that image and layout
editor windows should be placed under the tabs.

--

-- 
---------------------------
Uno (Daniel Kos) dgs <at> pac.pl
---------------------------
Opera M2

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
(Continue reading)

barpas | 28 Aug 2005 22:27
Picon
Favicon

Icon

Hi everybody :)
I'm learning Ulitimate++ for few days - its wonderfull :)
Thanks for doing it !!!

One question (at now ;)

I use comand like that:

Icon(IdeImg::PackageLarge());

so I have icon on the title bar of my window
it is ok, bat I want to have that icon on my pulpit if there is my program shortcut, how I can do that?

barpas

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
Tomas Rylek | 28 Aug 2005 23:22
Picon

Re: Icon

Hi!

In Windows, to assign your executable an application icon you have to create
a resource file (RC) and put the icon (an ICO file) into it. This really
sucks (especially as these resource files are not used for anything else in
U++), but unfortunately it is necessary to let Windows locate the icon in
the executable. TheIDE's icon editor helps a bit but there are still a few
steps you have to do by hand:

1) Open the iml file with your application icon in the icon editor.
2) Open the "setup" dialog; at its bottom, you'll find the "Application
icon" section. Choose a filename for the icon ICO file (e.g. "myapp.ico").
The path is relative to the iml file folder. Type the filename into the
"File" field.
3) Type the identifier of the large and small application icon (as set in
the icon list) into the "large icon" and "small icon" fields.
(Traditionally, applications should have a 32x32 pixels "large" icon, which
is shown on the desktop, and a 16x16 "small" icon which is shown in the file
explorer. However, you can use the same icon object for both; the icon
designer will rescale the icon as necessary, but with the potential danger
in losing detail.)
4) Select the color format for the icon; the smaller number of colors, the
shorter the icon file, of course. Moreover, if I'm not mistaken, certain
Windows versions - W98, I believe - have troubles displaying hicolor and
truecolor icons, so if you care, 16 or 256 color is the safest bet.
5) The above steps cause the icon editor to export the ICO file (under the
given filename, see step 2) whenever saving the iml file itself (normally
when switching to another file).
6) Insert an empty file with the extension "rc" into your main project
package. This will be your resource file. Its name doesn't matter.
(Continue reading)

barpas | 29 Aug 2005 00:00
Picon
Favicon

Re: Re: Icon

when i do it i have error:

LINK : fatal error LNK1158: cannot run 'cvtres.exe'
Exitcode: 1158

if i remove file.rc there is no error
i dont understood...
barpas

Użytkownik Tomas Rylek <rylek <at> volny.cz> napisał:
>Hi!
>
>In Windows, to assign your executable an application icon you have to create
>a resource file (RC) and put the icon (an ICO file) into it. This really
>sucks (especially as these resource files are not used for anything else in
>U++), but unfortunately it is necessary to let Windows locate the icon in
>the executable. TheIDE\'s icon editor helps a bit but there are still a few
>steps you have to do by hand:
>
>1) Open the iml file with your application icon in the icon editor.
>2) Open the "setup" dialog; at its bottom, you\'ll find the "Application
>icon" section. Choose a filename for the icon ICO file (e.g. "myapp.ico").
>The path is relative to the iml file folder. Type the filename into the
>"File" field.
>3) Type the identifier of the large and small application icon (as set in
>the icon list) into the "large icon" and "small icon" fields.
>(Traditionally, applications should have a 32x32 pixels "large" icon, which
>is shown on the desktop, and a 16x16 "small" icon which is shown in the file
>explorer. However, you can use the same icon object for both; the icon
>designer will rescale the icon as necessary, but with the potential danger
(Continue reading)

Mirek Fídler | 29 Aug 2005 00:11

Re: Icon

Well, I guess you are using MS C++ Toolkit, aren't you?

cvtres is missing from it, you need to download it separately. 
Instructions are given upon TheIDE installation, anyway:

Microsoft® Visual C++™ Toolkit 2003

Visual C++ Toolkit is a little bit more tricky, because you have to 
download and install three different parts:

Visual C++ Toolkit itself:

http://msdn.microsoft.com/visualc/vctoolkit2003/

Microsoft Win32 SDK (installing minimum 32bit core is all you need):

http://www.microsoft.com/msdownload/platformsdk/sdkupdate/default.htm?p=/msdownload/platformsdk/sdkupdate/update.htm

And finally, there is missing cvtres.exe utility in Visual C++ Toolkit, 
you can download it here:

http://support.microsoft.com/default.aspx?scid=kb;en-us;q187280

and then please unpack and install to bin directory of toolkit. TheIDE 
should then detect all required directories and setup build methods.

Mirek

barpas <at> op.pl wrote:

(Continue reading)

Mirek Fídler | 29 Aug 2005 14:32

Re: I'm not so sorry :)


>> Those are not problems I am really facing...
>>
>> The real problem is that each tab has associated accelerator key - 
>> that is also why there is 10 tabs (for Alt-1 ... Alt-0). It would be 
>> unfortunate when those keys would change as result of closing the 
>> tab. Also, those 10 tabs are distributed there so that each tab has 
>> its own "place" (tab with "1" is on left, with "0" on the right 
>> etc...). So the question is how closing should look like.
>>
>> The only possibility not breaking current behaviour is disappearing 
>> while leaving there "hole". But I am not sure that this is good idea...
>>
>> BTW, Ctrl+U closes all tabs giving you the chance to make new order 
>> of them.
>>
>> Mirek
>
>
>
> Mirek,
> I see two ways:
> 1. Simply not to use accelerator key feature because it is not so 
> useful for most programmers, I guess.
> 2. Simply renumber the tabs. I'm sure that everybody knows what they 
> do when closing tabs.
>
> I'm already aware of Ctrl+U key combination. Thanks.

Well, to tell the truth, I have those tabs switched off :) (Ctrl+Tab and 
(Continue reading)


Gmane