Aqua-Soft Forums: Good News ! - Aqua-Soft Forums

Jump to content

  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Good News ! Rate Topic: -----

#21 User is offline   Tetsuo Icon

  • Group: Member
  • Posts: 6
  • Joined: 02-November 03

Posted 14 January 2004 - 07:54 AM

Can't wait!
0

#22 User is offline   airjrdn Icon

  • Group: Member
  • Posts: 2
  • Joined: 08-January 04

Posted 22 January 2004 - 04:58 PM

www.winexpose.com is now winplosion. lol

Any updates to iex lately?
0

#23 User is offline   andysira Icon

  • Group: Member
  • Posts: 4
  • Joined: 06-February 04

Posted 06 February 2004 - 06:27 AM

Yes, WinExpose provides the same functionality as Apple's Expose only for the Windows based machine. Now They changed product name to WinPlosion and domain to www.winplosion.com


***************************************
Bayes
Spam filter
0

#24 User is offline   malebolgia Icon

  • Group: Member
  • Posts: 8
  • Joined: 08-July 03

Posted 06 February 2004 - 07:08 AM

siwu is this new version going to be done in Unicom? For some reason I'm thinking your last version was done in Unicom.
0

#25 User is offline   siwu Icon

  • Group: Developers
  • Posts: 441
  • Joined: 09-May 03

Posted 06 February 2004 - 11:43 AM

what's Unicom ? You mean Unicode ? Yes, iEx 0.2 was in unicode, so will iEx 0.3 will :)
0

#26 User is offline   vitg Icon

  • Group: Member
  • Posts: 1
  • Joined: 28-March 04

Posted 28 March 2004 - 05:46 PM

win2k is supported? or XP only?
0

#27 User is offline   xjkretzx Icon

  • Group: Member
  • Posts: 2
  • Joined: 05-October 03

Posted 29 March 2004 - 10:23 PM

siwu-
do you want/need any assitance with coding iEx? i'm an undergraduate computer science student at the University of Pittsburgh, and i work as a computer programmer for the Field Robotics Department at Carnegie Mellon University. i would love to work on a project like this, but don't have the time to start one from scratch. let me know if you're interested.

-josh
0

#28 User is offline   jonDough Icon

  • Group: Member
  • Posts: 5
  • Joined: 10-March 04

Posted 31 March 2004 - 04:45 PM

Siwu, what exactly do you mean by it will be coded in unicode? Isn't that just a character set?

_JD_
0

#29 User is offline   siwu Icon

  • Group: Developers
  • Posts: 441
  • Joined: 09-May 03

Posted 01 April 2004 - 03:01 PM

Quote

Originally posted by xjkretzx@Mar 30 2004, 12:23 AM
siwu-
do you want/need any assitance with coding iEx?  i'm an undergraduate computer science student at the University of Pittsburgh, and i work as a computer programmer for the Field Robotics Department at Carnegie Mellon University.  i would love to work on a project like this, but don't have the time to start one from scratch.  let me know if you're interested.

-josh

Thank you very much :)

I'll ask you if I have some pbs :)
0

#30 User is offline   siwu Icon

  • Group: Developers
  • Posts: 441
  • Joined: 09-May 03

Posted 01 April 2004 - 03:05 PM

Quote

Originally posted by jonDough@Mar 31 2004, 06:45 PM
Siwu, what exactly do you mean by it will be coded in unicode?  Isn't that just a character set?

_JD_

Well, yes, but you have to enable it in your program.

Because unicode programs are not the same a non-unicode, because you can't describe a unicode char with the char type.
You have to use WCHAR (wide-char), also, functions are quite different.

For example: strlen() becomes wcslen() (STRing LENgth to WideCharString LENgth) or MessageBoxA() become MessageBoxW() (VC++ has macro for that that don't require you to explicitely call *A or *W functions at compilation time).

I hope I'm clear :)
0

#31 User is offline   jonDough Icon

  • Group: Member
  • Posts: 5
  • Joined: 10-March 04

Posted 01 April 2004 - 04:16 PM

What do you gain from using unicode if you don't mind me asking? I am a programmer (c/c++ and limited java all on unix) and have never heard of this. Please enligten me.

_JD_
0

#32 User is offline   alilm Icon

  • Group: Developers
  • Posts: 1,031
  • Joined: 08-February 03

Posted 01 April 2004 - 05:02 PM

It means that the app can display any language characters.
0

#33 User is offline   jonDough Icon

  • Group: Member
  • Posts: 5
  • Joined: 10-March 04

Posted 01 April 2004 - 09:59 PM

Quote

Originally posted by alilm@Apr 1 2004, 05:02 PM
It means that the app can display any language characters.

Thank You. Hope ya'll don't mind me asking these programming questions. I was thinking about doing some directx programming soon. I done some VB but I don't think it's anything like that, lol.
0

  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic