Qoole99 NET version
Moderator: InsideQC Admins
7 posts
• Page 1 of 1
Qoole99 NET version
after a thread in engine compilation
ftp://90.184.233.166:21/Qoole99.NET.7z
compiled with mp support and managed mfc.NET optimized with the intel compiler.
unstable code needs some workout used mfc42 originally uses mfc90 now so you need that NET version if you dont allready have it
install original Qoole99 and overwrite the files with mine.
i included the qlepack
ftp://90.184.233.166:21/Qoole99.NET.7z
compiled with mp support and managed mfc.NET optimized with the intel compiler.
unstable code needs some workout used mfc42 originally uses mfc90 now so you need that NET version if you dont allready have it
install original Qoole99 and overwrite the files with mine.
i included the qlepack
-

revelator - Posts: 2567
- Joined: Thu Jan 24, 2008 12:04 pm
- Location: inside tha debugger
Re: Qoole99 NET version
reckless wrote:after a thread in engine compilation
ftp://90.184.233.166:21/Qoole99.NET.7z
compiled with mp support and managed mfc.NET optimized with the intel compiler.
unstable code needs some workout used mfc42 originally uses mfc90 now so you need that NET version if you dont allready have it
install original Qoole99 and overwrite the files with mine.
i included the qlepack
That's great! I intend to do some tests with it and fix the outstanding bugs.
What do I need for this .NET version to compile? I have .NET framework 3.1 or 4 for Windows 7. Is that enough?
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
-

Chip - Posts: 575
- Joined: Wed Jan 21, 2009 9:12 am
- Location: Dublin, Ireland
Picked up a continuation someone made called QooleAID
still buggy with newer runtimes unfortunatly
called from
maybe someone better at c++ knows what causes this ?
still buggy with newer runtimes unfortunatly
- Code: Select all
STDMETHODIMP CFileDialog::XFileDialogEvents::OnFolderChanging(IFileDialog *, IShellItem *)
{
METHOD_PROLOGUE(CFileDialog, FileDialogEvents)
return S_OK; // triggers an access violation ?!?
}
called from
- Code: Select all
class EXPORT_GUIUTIL CSelectFolderDialog : public CFileDialog
{
DECLARE_DYNAMIC(CSelectFolderDialog)
public:
virtual int DoModal();
CSelectFolderDialog(char *title = NULL,
BOOL bShowFilesInDir = FALSE,
LPCSTR lpcstrInitialDir = NULL,
DWORD dwFlags = OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT,
LPCTSTR lpszFilter = NULL,
CWnd* pParentWnd = NULL);
~CSelectFolderDialog();
static WNDPROC m_wndProc;
virtual void OnInitDone();
virtual void OnFolderChange();
void SetSelectedPath(LPCSTR lpcstrPath);
CString GetSelectedPath() const;
void SetTitle(CString cstrTitle);
protected:
//{{AFX_MSG(CSelectFolderDialog)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
BOOL m_bShowFilesInDir;
CString m_cstrPath;
CEdit *m_pEdit;
CString m_cstrTitle;
};
- Code: Select all
void CSelectFolderDialog::OnFolderChange()
{
if(::IsWindow(GetParent()->m_hWnd))
{
m_pEdit->SetWindowText(GetFolderPath());
}
}
maybe someone better at c++ knows what causes this ?
-

revelator - Posts: 2567
- Joined: Thu Jan 24, 2008 12:04 pm
- Location: inside tha debugger
Any chance for the .NET version source?
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
-

Chip - Posts: 575
- Joined: Wed Jan 21, 2009 9:12 am
- Location: Dublin, Ireland
reckless wrote:ftp://90.184.233.166:21/Qoole99.7z
sorry forgot to post it
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
-

Chip - Posts: 575
- Joined: Wed Jan 21, 2009 9:12 am
- Location: Dublin, Ireland
7 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest