coladict

Results 6 comments of coladict

Update: I removed the following form style.less and it compiled ``` @import "variables.less"; @import "mixins.less"; @import "navs.less"; @import "glyphicons.less"; @import "carousel.less"; ``` They were all duplicates from bootstrap.less (external package,...

It is another problem, yes. I could not find my old logs for the first problem and how to recreate it. It seems the other problem merely prevented us from...

It turns out in 5.1 the Session not yet an EntityManager, so the `isJta` fix for 5.2 actually breaks 5.1. There just isn't a way to do it without version...

You could have one class handle 5.1 and another 5.2 and just load the appropriate object on initialization. Of course, either one or both would have to use reflection for...

Here's some quick notes on how I got it to build and launch with the current version (though it launches invisible). The quick list of dependencies is: - MFC classes...

Tried the `ms\nt.mak` thing. Good plan, didn't work. The scripts for making it are far form x64-ready. I might have time to work on that after next week, but OpenSSL...