Watch out for library conflicts in vc++ Written on June 29, 2006, by akafazov.

Still many issues on the .Net wrappers and they all have to do with the libraries which they are calling. From all this up until now I have learned something:

Do not link static libraries to a DLL, as the static libraries need to be compiled with different version of the standard c runtime; The best [...]

/var out of inodes -> router offline Written on June 21, 2006, by akafazov.

I took the network router offline after I noticed the /var filesystem was getting out of inodes. It is only 1GB and 65% full, but I guess due to the large number of log files being constantly written it got out of inodes. Those carry information about files and directories and even if I have [...]

One year blogging Written on June 15, 2006, by akafazov.

Today, 15 June 2006 is one year since I wrote the first post on this blog. The initial idea was to keep stuff on the net, so that I don’t forget it and after some time I can go back and check what I did before. To some extend, this blog has served its purpose.
I [...]

Virtual labs on Microsoft Written on June 14, 2006, by akafazov.

I write quite often about MS Visual Sudio but now I want to share some impressions for the Virtual labs. This is new initialive for which I learn for from the Channel9 website. I watched this interview with Anthony Tsim. The idea is that users can log on a virtual machine and go through a [...]

ATI Radeon X700 on ASUS notebook in high resolution Written on June 12, 2006, by akafazov.

I already wrote here how I tried to configure X on my notebook to run on 1280 x 800 since I had wide screen. Whatever I tried, I couldn’t get resolution more that 1024×768.
Today, I started again X and pluged my 21′ Monitor and I was able go get 1600×1200. This is of course after [...]

StackOverflowException in Managed C++ wrapper Written on June 12, 2006, by akafazov.

Hello,
I have some C++ code in a dll and I wrote a .NET wrapper for it with MC++. In the managed class I have a handle to the C++ code:
public __gc class NInfoCmdClntCLR
{
private:
ClsNInfoCmdClient *native;
public:
// …
}
I also declared the ClsNInfoCmdClient class as follows:
class ClsNInfoCmdClient : public NInfoCmdClient
{
public:
// constructor and destructor
ClsNInfoCmdClient() {}
~ClsNInfoCmdClient() {}
// implementation of virtual methods [...]

Unigraphics NX3 Modelling Written on June 9, 2006, by akafazov.

Today was the deadline to finish the first two exercises for the CAD class I am taking, so I went to the lab in school to do it. We use the Unigraphics NX3, and it is running under Sun Solaris.
The good thing about those exercises is that all we need to do to get comfortable [...]

Backup Written on June 4, 2006, by akafazov.

I started making backup today of my mail, docs and so on. I decided to burn several DVDs, since I am sending my notebook to be repaired and I don’t want to send my data with it:) And backup should be on regular basis anyway, I havn’t done it last three months.
I burned one dvd [...]

© Copyright Blog of Angel Kafazov - Powered by Wordpress - Designed by Speckyboy. Enjoy with a Whopper Meal & Large Coke.