Sign In
Shan's Page
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Mixedmode
SUA - General
Archive
Archives
May 2007
(1)
February 2007
(6)
December 2006
(2)
February, 2007
MSDN Blogs
>
Shan's Page
>
February, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Shan's Page
Mixed-mode processes and IPC
Posted
over 5 years ago
by
shankul
4
Comments
Mixed-mode processes, because of their ability to call both Win32 subystem and subsystem libraries, can use both posix and windows I nter P rocess C ommunication mechanisms. This ability makes mixed-mode processes far more capable in terms of IPC...
Shan's Page
Debugging mixed-mode applications
Posted
over 5 years ago
by
shankul
3
Comments
32 bit Mixed mode applications can be debugged using both Gdb and Visual studio debugger. (Since there is no 64 bit gcc suite available for SUA, 64 bit mixed mode apps cant be debugged using gdb - VS debugger is the only option.) There is caveat that...
Shan's Page
Mixed-mode programming paradigms… part 2.
Posted
over 5 years ago
by
shankul
1
Comments
In part 1 , I had written about how mixed-mode code can be written using the ‘inline’ approach. In this post I will write about the second approach. SUA Application that links to a custom Win32 dll which exposes functions and data whose datatypes are...
Shan's Page
Mixed-mode programming paradigms… part 1.
Posted
over 5 years ago
by
shankul
0
Comments
Like I alluded to in the post Using win32 GUI from posix code using mixedmode. , there are more than one way to write mixed mode programs . There are atleast two distinct approaches that we can take when we write code that transgresses both posix and...
Shan's Page
Invoking win32 GUI from posix code using mixedmode.
Posted
over 5 years ago
by
shankul
2
Comments
In the last post , i was talking about mixed-mode and the various scenarios that it enables. In this post, let us look at a small sample app that would make it more clear. the goal of our sample app is to throw a win32 windows from posix code. There...
Shan's Page
Mixedmode - easy way to extend your applications!
Posted
over 5 years ago
by
shankul
1
Comments
Mixed-mode refers to the ability of code running on the Subsystem for UNIX Applications (SUA) to use native windows libraries. Anyone familiar with SFU or SUA would know that one can port POSIX compliant code over to SFU/SUA. Though this enables one to...
Page 1 of 1 (6 items)