View Issue Details

IDProjectCategoryView StatusLast Update
0000196NoteFlybugpublic2015-07-23 02:32
Reporteranonymously Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Platform32bitsOSMicrosoft WindowsOS Version7
Summary0000196: Gettext dependency not provided
DescriptionSolution has a reference to Gettext.Cs, which is not included in the current source download.

Steps To ReproduceDownload source ZIP (http://sourceforge.net/projects/notefly/files/3.0.7/src_NoteFly_v3.0.7.zip/)
Unpack.
Open solution.
Build.

error:
2>E:\Projects\PNotes\NoteFly\Strings.cs(84,37,84,44): error CS0400: The type or namespace name 'Gettext' could not be found in the global namespace (are you missing an assembly reference?)
Additional InformationA copy of gettextcs.dll can be found by downloading a snapshot from the repository, and hunting. A copy was found in NoteFlyTests\bin\Release.
TagsNo tags attached.

Activities

D9ping

2015-04-12 11:49

administrator   ~0000182

Yes, reference to gettextcs.dll was missing. Sourcecode of gettextcs should be included. (https://github.com/fsateler/gettext-cs-utils)

D9ping

2015-07-23 02:32

administrator   ~0000186

Git gettext-cs-utils module to NoteFly reposity added.